@charset "utf-8";

/* Body / Background */
body {
  background-color: #333440;
  background-image: url(/images/bg_overlay.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  color: #FFF;
  font-family: Arial, Helvetica, 'Helvetica Neue', Verdana, sans-serif;
  padding: 0px;
  margin: 0px;
}

/* Font */
h1, h2, h3, h4{
  font-family: 'Droid Sans', arial, serif;
  -webkit-transform: rotate(-0.0000000001deg); /* A little antialias hack for chrome */
}

/* Primary COLOR */
.newsbox .feedList h4 a,
#sitedescription h1,
a
{
  color: #ec008c;
}
/* Primary BACKGROUND */
.primary-bgcolor,
a.ui-btn-big,
.newsbox .feedList h4 a:hover,
#slider #imageSliderNav a.activeSlide
{
  background-color: #ec008c;
  color: #FFF;
}



/* Secondary COLOR */
/* Secondary BACKGROUND */
#header #mainmenu ul,
#header #mainmenu ul li
{
  background-color: #22212C;
}

a.ui-btn-big {
  background-image: url(/images/ui-btn-big-arrow.png);
  background-position: right center;
  background-repeat: no-repeat;
  border-radius: 5px;
  border-bottom: solid 1px rgba(0, 0, 0, 0.496094);
  color: white !important;
  display: inline-block;
  font-size: 18px;
  font-style: normal;
  font-weight: bold;
  line-height: 14px;
  padding: 12px 50px 12px 19px;
  text-decoration: none;
}


a {
  outline: none;
}

#page {
  width:950px;
  margin: 20px auto;
  text-align:left;
  padding:15px;
  padding-bottom: auto;
  background: #FFF;
}

/* Header */

#header {
  margin-bottom: 20px;
  
}
  #header a,#header a img{
    border: none;
  }
  #header #sitedescription{
    float: right;
    text-align: right;
    margin: 7px;
  }
    #header #sitedescription h1 {
      font-weight: normal;
      position: relative;
      font-size: 16px;
      line-height: 0.5em;
    }  
  #header #mainmenu{
    margin: 0px;
    padding: 0px;
  }
    #header .mainmenucorner{
      margin: 0px;
      padding: 0px;
      background: url(/images/mainmenu_corner.gif) top left no-repeat;
      height: 20px;
      clear: both;
      position: relative;
      top: -15px;
      left: -25px;
      width: 20px;
      margin-bottom: -40px;
    }
  
     #header #mainmenu ul{
      width: 940px;
      float: left;
      margin-bottom: 15px;
      margin-top: 0px;
      padding: 0px;
      margin-left: 0px;
    }
 
     #header #mainmenu ul li{
        list-style: none;
        background-image: url(/images/icons/mainmenu_itembg.png);
        background-position: right bottom;
        background-repeat: no-repeat;
        float: left;
        font-size: 12px;
      }

       #header #mainmenu ul li a{
          padding: 5px 8px;
          display: block;
          color: #fff;
          text-decoration: none;
          background: url(/images/mainmenu_item_bottomshadow.jpg) bottom left no-repeat;
          margin-bottom: -13px;
          padding-bottom: 28px;
        }

           #header #mainmenu ul li.current{
               background-color: #a9a4a3;
          }
 
          #header #mainmenu ul li.home a{
         
            background-image: url(/images/icons/home_dark.png);
            background-position: 8px 8px;
            background-repeat: no-repeat;
            padding-left: 30px;  
          }
                              
        #header #mainmenu ul li:hover{
          color: #FFF;
          text-decoration: none;
          background-color: #a9a4a3;
        }

       #header #mainmenu ul li ul {
            display:none;               
       }

       #header #mainmenu ul li:hover ul {
            display:block;    
            position:absolute;      
            text-align:left;  
            list-style:none;      
            padding-left:0px;
            padding-right:0px;
            width:150px;           
            border-color:lightgray;       
            border-style:solid;
            border-width:medium;    
        }

        #header #mainmenu ul li ul li a {
          font-size : 12px;
          text-align : left;
          color : white;     
          }

         
#content {
   padding: 0px;
   color: #666;  
   margin-left: 15px;
   width: 700px;   
   min-height: 250px;
 }

/* hide
#leftcontent {
     float: left;     
   }

     #leftcontent h1{
       margin: 0px;
       font-size: 32px;
       font-weight: normal;
     }
     #leftcontent h2{
       font-weight: normal;
       font-size: 28px;
     }
     #leftcontent h3{
       font-weight: normal;
       font-size: 22px;
     }
     #leftcontent h4{
       font-weight: normal;
       font-size: 16px;
     }
   
*/  
  
/* Special left column content */  
  
  #leftcontent .feedList {
    margin: 0px;
    padding: 0px;
  }
    #leftcontent .feedList LI{
      margin: 0px;
      padding: 0px;
      list-style: none;
    }

    #leftcontent .feedList h4{
      margin: 0px;
      padding: 0px;
      font-weight: normal;
    }
      #leftcontent .feedList h4 a{
        text-decoration: none;
      }
      #leftcontent .feedList h4 a:hover{
        text-decoration: underline;
      }
    #leftcontent .feedList p{
      font-size: 14px;
      display: inline;
      margin: 0px;
      padding: 0px;
    }
    #leftcontent .feedList small{
      display: block;
      font-size: 11px;
      margin: 0px;
      padding: 0px;
      margin-bottom: 10px;
      color: #999;
    }
  #rightcontent {
    float: right;
    width: 345px;
    min-height: 200px;
  }
    #rightcontent .hotspot {
      margin-bottom: 20px;
      padding: 20px;
      overflow: auto;
      background: url(/images/divider_right_top.jpg) top left no-repeat;
      font-size: 12px;
    }
      #rightcontent .hotspot a {
        float: right;
      }
    
    #rightcontent h4 {
      margin-top: 0px;
      font-size: 20px;
      font-weight: normal;
      margin-bottom: 10px;
    }
    #rightcontent img {
      float: left;
      margin-right: 15px;
      margin-bottom: 0px;
      margin-top: 8px;
    }
        

#footerline {
  clear: both;
  background-color: #050a0f; 
  padding: 1px; 
}

#footerlinetb{
  width: 950px;  
}

#footer a{
    font-size: 12px;
    color: #555;
    font-weight: bold;
    text-decoration: none;
  }
  
#footerreserve{
    font-size: 12px;
    color: #555;
    font-weight: bold; 
  }
  
/*  COLOR!  */

.whitebox {
  background-color: #dee4e4;  
  height: 150px;
}










































/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
